home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / comm / mail / GDMail_1_3.lha / gdmail / TextField.doc < prev   
Encoding:
Text File  |  1994-10-20  |  3.1 KB  |  87 lines

  1.     DOCS FOR USERS
  2.  
  3.     You can mark text for cutting, copying, and erasing by simply clicking
  4.     and dragging.  Hitting alphanumeric keys replaces the text that is
  5.     highlighted.  Hitting cursor keys moves you to the front or end of the
  6.     highlighted text.
  7.  
  8.     For key sequences, the Amiga Style Guide was followed.  Anywhere the
  9.     undelete buffer is mentioned, the statement is only valid if the
  10.     ClipStream2 is supplied (see tag section below).
  11.  
  12.     Key Sequence              Function
  13.     ----------------------------------------------------------------------
  14.            TAB                Activate next gadget (if GA_TabCycle)
  15.  
  16.      SHIFT TAB                Activate previous gadget (if GA_TabCycle)
  17.  
  18.      SHIFT cursor up          Move to the top line in the current page, or
  19.                               scroll up one page if cursor is on top line
  20.  
  21.      SHIFT cursor down        Move to the bottom line in the current page,
  22.                               or scroll down one page if cursor is on top
  23.                               line
  24.  
  25.       CTRL or
  26.      SHIFT cursor right       Move to the right end of the current line
  27.  
  28.       CTRL or
  29.      SHIFT cursor left        Move to the left end of the current line
  30.  
  31.      SHIFT backspace          Delete all text to the left of cursor on the
  32.                               current line
  33.  
  34.      SHIFT delete             Delete all text to the right of the cursor
  35.                               on the current line (in block cursor mode
  36.                               this also includes the highlighted
  37.                               character)
  38.  
  39.       CTRL cursor up          Move to the top line of the text
  40.  
  41.       CTRL cursor down        Move to the bottom line of the text
  42.  
  43.        ALT cursor right       Move to the next word (using the delimiter
  44.                               characters provided by the programmer)
  45.  
  46.        ALT cursor left        Move to the previous word (using the
  47.                               delimiter characters provided by the
  48.                               programmer)
  49.  
  50.        ALT cursor up          Move to first character in gadget
  51.  
  52.        ALT cursor down        Move to last character in gadget
  53.  
  54.     RAMIGA [                  Switch to left justification
  55.  
  56.     RAMIGA \ or
  57.     RAMIGA =                  Switch to center justification
  58.  
  59.     RAMIGA ]                  Switch to right justification
  60.  
  61.     RAMIGA e                  Erase all text in gadget (saved in undelete
  62.                               buffer)
  63.  
  64.     RAMIGA v                  Paste text from clipboard to current cursor
  65.                               position
  66.  
  67.     RAMIGA a                  Mark all text
  68.  
  69.     RAMIGA u                  Undelete the last block of text marked,
  70.                               or recover from RAMIGA e
  71.  
  72.     When text is highlighted the following keys have functions:
  73.  
  74.            backspace          Erase marked text (save in undelete buffer)
  75.  
  76.            delete             Erase marked text (save in undelete buffer)
  77.  
  78.     RAMIGA x                  Cut marked text to clipboard
  79.  
  80.     RAMIGA c                  Copy marked text to clipboard
  81.  
  82.     RAMIGA v                  Replace marked text with text from
  83.                               clipboard (save marked text in undelete
  84.                               buffer)
  85.  
  86.            (any text key)     Replace marked text with that character
  87.